projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0619dcb
)
(Fcopy_file): Fix backward test of KEEP_TIME.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Oct 2002 15:56:15 +0000
(15:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Oct 2002 15:56:15 +0000
(15:56 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 2e83159ef863df85762cc0bc9f938ee8c38eeeec..41504f9882b8a914a5e2eeb3ddc8c94fe2083640 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-2417,7
+2417,7
@@
A prefix arg makes KEEP-TIME non-nil. */)
SDATA (encoded_newname),
FALSE))
report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
- else if (NILP (keep_time))
+ else if (
!
NILP (keep_time))
{
EMACS_TIME now;
DWORD attributes;